ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / FilterAsync Method / FilterAsync<T>(ICollectionView<T>,FilterExpression) Method
The collection view.
The filter expression applied to the data.

In This Topic
    FilterAsync<T>(ICollectionView<T>,FilterExpression) Method
    In This Topic
    Filters the data using specified filter expression.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FilterAsync(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       ByVal filterExpression As FilterExpression _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task FilterAsync<T>( 
       ICollectionView<T> collectionView,
       FilterExpression filterExpression
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    filterExpression
    The filter expression applied to the data.

    Type Parameters

    T
    See Also